Skip to content

Commit

Permalink
inlcude x64 as test, as it fails without for all others
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 1, 2024
1 parent 777e2c8 commit d9c7187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/compile.v
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ pub fn compile(opt CompileOptions) ! {
mut cflags_arm64 := ['-m64']
mut cflags_arm32 := ['-mfloat-abi=softfp', '-mfpu=neon-vfpv4', '-m32']
mut cflags_x86 := ['-march=i686', '-mssse3', '-mfpmath=sse', '-mfpu=neon-vfpv4', '-m32']
mut cflags_x86_64 := ['-march=x86-64', '-msse4.2', '-mpopcnt', '-m64']
mut cflags_x86_64 := ['-march=x86-64', '-msse4.2', '-mpopcnt', '-m64', '-mfpu=neon-vfpv4']
$if gcc {
cflags_arm32 << '-mfp16-format=ieee'
}
Expand Down

0 comments on commit d9c7187

Please sign in to comment.