We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed983ce commit bfdc43dCopy full SHA for bfdc43d
1 file changed
libsql-sqlite3/src/test_libsql_f16.c
@@ -1,5 +1,6 @@
1
/*
2
- * BUILD: cc test_libsql_diskann.c -I ../ -L ../.libs -llibsql -o test_libsql_diskann
+ * GENERATE: python3 test_libsql_f16.py > test_libsql_f16_table.h
3
+ * BUILD: cc test_libsql_f16.c -I ../ -L ../.libs -llibsql -lm -o test_libsql_f16
4
* RUN: LD_LIBRARY_PATH=../.libs ./test_libsql_diskann
5
*/
6
0 commit comments