Merge pull request #13631 from amosbird/roc

remove obsolete comments
This commit is contained in:
alexey-milovidov 2020-08-12 06:01:41 +03:00 committed by GitHub
commit 90a5dface3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 14 deletions

View File

@ -13,13 +13,6 @@
# include "config_functions.h"
#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
{

View File

@ -12,13 +12,6 @@
# include "config_functions.h"
#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),
* Enabled by default.
*/