[libc-commits] [libc] [libc][mathvec] Initial commit for LIBC vector math component (PR #173058)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Tue Feb 17 13:00:17 PST 2026


================
@@ -0,0 +1,27 @@
+add_header_library(
+  common_constants
+  HDRS
+    common_constants.h
+  DEPENDS
----------------
bassiounix wrote:

is it required by cmake?
if not I'd suggest to remove it and maybe shorten it a bit
```suggestion
```

example of what I meant:
```cmake
add_header_library(common_constants HDRS common_constants.h)
```

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


More information about the libc-commits mailing list