Skip to content

Commit

Permalink
Never substitute VSQRTPS with VRSQRTPS on Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl committed Jan 9, 2024
1 parent 184c16b commit a21b2a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/extra/with-clang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ CPPFLAGS+=-DFD_USING_CLANG=1 -Wno-address-of-packed-member -Wno-unused-command-l

FD_USING_CLANG:=1

# Don't attempt to transform vsprtps into vrsqrtps (not IEEE-compliant)

CPPFLAGS+=-Xclang -target-feature -Xclang +fast-vector-fsqrt

0 comments on commit a21b2a8

Please sign in to comment.