mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
commit
90a5dface3
@ -13,13 +13,6 @@
|
|||||||
# include "config_functions.h"
|
# include "config_functions.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** More efficient implementations of mathematical functions are possible when using a separate library.
|
|
||||||
* Disabled due to license compatibility limitations.
|
|
||||||
* To enable: download http://www.agner.org/optimize/vectorclass.zip and unpack to contrib/vectorclass
|
|
||||||
* Then rebuild with -DENABLE_VECTORCLASS=1
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -12,13 +12,6 @@
|
|||||||
# include "config_functions.h"
|
# include "config_functions.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** More efficient implementations of mathematical functions are possible when using a separate library.
|
|
||||||
* Disabled due to license compatibility limitations.
|
|
||||||
* To enable: download http://www.agner.org/optimize/vectorclass.zip and unpack to contrib/vectorclass
|
|
||||||
* Then rebuild with -DENABLE_VECTORCLASS=1
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/** FastOps is a fast vector math library from Mikhail Parakhin (former Yandex CTO),
|
/** FastOps is a fast vector math library from Mikhail Parakhin (former Yandex CTO),
|
||||||
* Enabled by default.
|
* Enabled by default.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user