Home
last modified time | relevance | path

Searched refs:HEXL (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/intel-hexl/
H A Dintel-hexl.cmake10 find_package(HEXL 1.2.1
13 if (NOT TARGET HEXL::hexl)
14 FATAL_ERROR("Intel HEXL not found")
31 # Download and install Intel HEXL ...
43 message(STATUS "Downloading Intel HEXL")
66 add_library(HEXL::hexl SHARED IMPORTED)
68 set_property(TARGET HEXL::hexl PROPERTY
71 set_property(TARGET HEXL::hexl PROPERTY
75 add_library(HEXL::hexl STATIC IMPORTED)
77 set_property(TARGET HEXL::hexl PROPERTY
[all …]
/dports/security/hexl/hexl-1.2.3/example/
H A DREADME.md1 # Example using Intel HEXL in an external application
3 To use Intel HEXL in an external application, you can use one of the three provided ways.
5 * Install Intel HEXL. Then, in your external application, add the following lines to your `CMakeLis…
8 find_package(HEXL 1.2.3
11 target_link_libraries(<your target> HEXL::hexl)
15 * Install Intel HEXL. Then, in your external application, add the following lines to your `CMakeLis…
19 pkg_check_modules(HEXL REQUIRED IMPORTED_TARGET hexl)
20 target_link_libraries(<your target> PkgConfig::HEXL)
23 * Install Intel HEXL from vcpkg. Then, in your external application, add the following lines to you…
26 find_package(HEXL CONFIG REQUIRED)
[all …]
/dports/security/hexl/hexl-1.2.3/
H A DREADME.md19 - [Using Intel HEXL](#using-intel-hexl)
47 ## Building Intel HEXL
80 ### Compiling Intel HEXL argument
94 Then, to build Intel HEXL, call
144 ## Testing Intel HEXL
151 ## Benchmarking Intel HEXL
164 ## Using Intel HEXL
210 # Citing Intel HEXL
221 key = {Intel HEXL}
233 key = {Intel HEXL}
[all …]
H A DCONTRIBUTING.md3 Intel HEXL welcomes pull requests from external contributors to the `main` branch.
/dports/security/hexl/hexl-1.2.3/cmake/hexl/
H A DHEXLConfig.cmake.in6 # HEXL_FOUND - True if the system has the Intel HEXL library
17 … message(WARNING "Could not find pre-installed CpuFeatures; using CpuFeatures packaged with HEXL")
22 # Defines HEXL_FOUND: If Intel HEXL library was found
23 if(TARGET HEXL::hexl)
25 message(STATUS "Intel HEXL found")
27 message(STATUS "Intel HEXL not found")
H A Dhexl-util.cmake33 message(FATAL_ERROR "HEXL requires gcc version >= 7.0")
40 message(FATAL_ERROR "HEXL requires clang++ >= 5.0")
47 message(FATAL_ERROR "HEXL requires MSVC >= 19")
79 # Link HEXL with AddressSanitizer in Debug mode on Mac/Linux
/dports/security/hexl/hexl-1.2.3/pkgconfig/
H A Dhexl.pc.in8 Name: Intel HEXL
10 Description: Intel® HEXL is an open-source library which provides efficient implementations of inte…
/dports/www/wsmake/wsmake-0.7.901/src/libwsmake/
H A DwsParser.h52 HEXL = 275, enumerator
86 #define HEXL 275 macro
H A DwsParser.ypp50 %token INTEGERL REALL HEXL OCTALL LSHIFT RSHIFT INC DEC LE GE NE EQ AND OR
52 %type <Tstring> STRINGL COMMAND OCTALL HEXL INTEGERL REGEXL
143 | HEXL {
H A DwsScanner.lpp77 0x[0-9A-Fa-f]+ { return HEXL; }
H A DwsParser.cpp70 HEXL = 275, enumerator
104 #define HEXL 275 macro
H A DwsScanner.cpp847 { return HEXL; }
/dports/security/hexl/hexl-1.2.3/docs/
H A Dindex.rst5 Intel HEXL Documentation
H A DDoxyfile.in4 PROJECT_NAME = "Intel HEXL"
/dports/editors/vigor/vigor-0.016/vi/
H A Dv_increment.c38 #define HEXL 3 macro
120 ntype = p[beg + 1] == 'X' ? fmt[HEXC] : fmt[HEXL];
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dv_increment.c34 #define HEXL 3 macro
115 ntype = p[beg + 1] == 'X' ? fmt[HEXC] : fmt[HEXL]; in v_increment()
/dports/security/hexl/hexl-1.2.3/cmake/third-party/easylogging/
H A DFindEASYLOGGINGPP.cmake12 message(STATUS "easyloggingpp library not found, using EASYLOGGINGPP packaged with HEXL")
/dports/security/hexl/hexl-1.2.3/port/hexl/
H A Dportfile.cmake29 vcpkg_cmake_config_fixup(PACKAGE_NAME "HEXL" CONFIG_PATH "lib/cmake/hexl-1.2.3")
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/
H A DRelease_Notes.md2 * Fixes a bug affecting Intel HEXL builds
3 * Upgrades HEXL to 1.2.1 (improves performance of AVX-512 acceleration)
8 * Integrates HEXL v1.2.0 improvements (additional acceleration)
16 * Adds initial Intel HEXL library integration
H A DREADME.md39 … the user is also provided options to add GMP/NTL, tcmalloc, and/or Intel HEXL third-party librari…
/dports/security/seal/SEAL-3.7.2/cmake/
H A DSEALConfig.cmake.in35 # SEAL_USE_INTEL_HEXL: Set to non-zero value if library is compiled with Intel HEXL support
103 seal_find_dependency(HEXL)
/dports/security/seal/SEAL-3.7.2/
H A DCHANGES.md7 - Fixed a bug when Intel HEXL is used [(Issue 411)](https://github.com/microsoft/SEAL/issues/411) […
8 - Fixed an abnormal benchmark case due to AVX512 transitions when Intel HEXL is used [(PR 416)](htt…
28 - Updated to HEXL version 1.2.1 [(PR 375)](https://github.com/microsoft/SEAL/pull/375).
48 - Improved HEXL NTT integration [(PR 349)](https://github.com/microsoft/SEAL/pull/349).
57 - Updated the dependency Intel HEXL to v1.1.0 [(PR 332)](https://github.com/microsoft/SEAL/pull/332…
58 - Integrated more optimizations from Intel HEXL to Microsoft SEAL.
59 - Intel HEXL now uses Microsoft SEAL's memory pool, so that memory allocation reported by Microsoft…
85 - Added support to build Microsoft SEAL with [Intel HEXL](https://github.com/intel/hexl) as an opti…
H A DREADME.md32 - [Intel HEXL](#intel-hexl)
129 | [Intel HEXL](https://github.com/intel/hexl) | 1.2.3 | Acceleration of low-lev…
136 #### Intel HEXL
138 Intel HEXL is a library providing efficient implementations of cryptographic primitives common in h…
403 … | Set to `ON` to use Intel HEXL for low-level kerne…
432 …allocations. This can improve performance of AVX512 primitives when Intel HEXL is enabled. This de…
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasegdl.hpp396 HEXL, // lower case characters enumerator
H A Dformat.out.g477 SizeT tCount = actPar->OFmtI( os, valIx, r, w, d, c, BaseGDL::HEXL);

12