File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ int main() {
19
19
cancompilefp16 = cpp.compiles(fp16code, args :' -march=sapphirerapids' )
20
20
21
21
subdir (' lib' )
22
- libsimdsort = shared_library (' x86simdsort ' ,
22
+ libsimdsort = shared_library (' x86simdsortcpp ' ,
23
23
' lib/x86simdsort.cpp' ,
24
24
include_directories : [utils, lib],
25
25
link_with : [libtargets],
@@ -31,9 +31,9 @@ libsimdsort = shared_library('x86simdsort',
31
31
pkg_mod = import (' pkgconfig' )
32
32
pkg_mod.generate(libraries : libsimdsort,
33
33
version : ' 4.0' ,
34
- name : ' libx86simdsort ' ,
35
- filebase : ' x86simdsort ' ,
36
- description : ' High performance SIMD based sorting routines.' )
34
+ name : ' libx86simdsortcpp ' ,
35
+ filebase : ' x86simdsortcpp ' ,
36
+ description : ' C++ template library for high performance SIMD based sorting routines.' )
37
37
38
38
# Build test suite if option build_tests set to true
39
39
if get_option (' build_tests' )
You can’t perform that action at this time.
0 commit comments