[libc-commits] [libc] [libc] change PREFER_GENERIC to EXPLICIT_SIMD_OPT (PR #79486)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Thu Jan 25 19:56:09 PST 2024


================
@@ -134,7 +134,7 @@ set(FMA_OPT_FLAG "FMA_OPT")
 set(ROUND_OPT_FLAG "ROUND_OPT")
 # This flag will define macros that gated away vectorization code such that
 # one can always test the fallback generic code path.
-set(PREFER_GENERIC_FLAG "PREFER_GENERIC")
+set(EXPLICIT_SIMD_OPT_FLAG "EXPLICIT_SIMD_OPT")
----------------
SchrodingerZhu wrote:

Sounds good. 

https://github.com/llvm/llvm-project/pull/79486


More information about the libc-commits mailing list