Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 21 of 21) sorted by relevance

/cmsis-dsp-latest/Testing/cmsis_build/
Drunall.py155 def runAVH(build,core,compiler): argument
166 config = os.path.join("configs",configFiles[core][compiler])
292 for comp_nb,compiler in enumerate(compilers):
293 if compiler in compil_config:
294 solutions = compil_config[compiler]
295 printTitle("Process compiler %s (%d / %d)" % (compiler,comp_nb+1,len(compilers)))
296 print("<h1>Compiler %s</h1>" % compiler,file=f)
323 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler)
325 …build","-O", "cprj","test.csolution.yml","-r","--update-rte","-c",buildFile,"--toolchain",compiler)
327 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler)
[all …]
/cmsis-dsp-latest/Testing/
DextractDb.py455 def getColNamesAndHistory(benchTable,compiler,core,typeid,testid): argument
461 vals=(compiler,core,typeid,testid,runid)
860 def computeRatioTable(benchName,referenceCore,typeID,compiler): argument
861 viewParams = (benchName,referenceCore,typeID,runidVIEWcmd,compiler)
863 otherParams = (benchName,typeID,runidVIEWcmd,compiler)
870 def computeRatioTableForCore(benchName,referenceCore,otherCoreID,compiler): argument
871 viewParams = (benchName,referenceCore,runidVIEWcmd,compiler)
873 otherParams = (benchName,otherCoreID,runidVIEWcmd,compiler)
982 for compiler in allCompilers:
985 … cols,params,ratios,testNames=computeRatioTableForCore(benchName,referenceCoreID,aCoreID,compiler)
[all …]
DcreateDb.sql16 compiler text); field
18 CREATE INDEX compilerkind_index ON COMPILERKIND(compiler);
Dexamples.sql10 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.…
DaddToRegDB.py261 compiler = findInCompilerTable(conn,compilerkind,keys["VERSION"])
262 keys[field]=compiler
263 compilerid = compiler
DaddToDB.py254 compiler = findInCompilerTable(conn,compilerkind,keys["VERSION"])
255 keys[field]=compiler
256 compilerid = compiler
Ddiff.sql52 COMPILERKIND.compiler as COMPILER,
DREADME.md731 … columns for the fields which are common to lot of rows like core, compiler, compiler version, dat…
747 On Arm AC5 compiler \_\_fp16 type (float16_t in CMSIS-DSP) can't be used as argument or return valu…
755 * the functions using float16_t in the API won't be supported by AC5 compiler.
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dtemplate.md14 With C++ templates, we can achieve the same result in a better way since the C++ compiler will chec…
18 When the function is used with a `float32_t *`, the compiler would generate code for a function usi…
20 And if the function is used with a `float64_t *`, the compiler would generate code for a function u…
24compiler is unable to generate an implementation because the type variable `T` is replaced by a ty…
41 …eration applies. For a template algorithm using any kind of vector, the compiler would generate di…
50 …AMIC` could be a special value (negative for instance) used to tell the compiler that the length o…
Dmemory_static_dynamic.md18 The advantage of static objects is that the dimension is known at build time. The compiler can thus…
22 …, objects of different dimension are considered as different types. The compiler will generate dif…
28 …ntime. So object of different dimensions have the same datatype and the compiler is generating onl…
Dmainpage.md106 …efault when Neon is available because performances are dependent on the compiler and target archit…
115 …rsions which may have worse performance than scalar depending on the core / compiler configuration.
127 …- Disable float16 algorithms when __fp16 is not supported for a specific compiler / core configura…
130 …ized code with C intrinsics and use pure C instead. The vectorization is then done by the compiler.
148 …zation functions in the library and the right options for the linker (they are compiler dependent).
156 …need to use the right options for the compiler so that the unused tables and functions are removed…
Dintroduction.md30 …o loads, an add instruction and a store. It is not enough to enable the compiler to reorder the in…
Dmatrix.md135 The compiler may use the move semantic to copy the temporary result of the `dot` function to `resul…
/cmsis-dsp-latest/dsppp/Include/dsppp/
Darch_detection.hpp37 #error Unknown compiler
242 #error Unknown compiler
/cmsis-dsp-latest/
DREADME.md78 …C` is currently not giving good performances when targeting Helium. You should use the Arm compiler
80 When float are used, then the fpu should be selected to ensure that the compiler is not using a sof…
87 …ing. So this option may not be needed but it is highly dependent on the compiler. With some compil…
100 Some compiler may also require the use of option `-munaligned-access` to specify that unaligned acc…
202 You need to build with `-D__GNUC_PYTHON__` on the compiler command line. This flag was introduced f…
204 When this flag is enabled, CMSIS-DSP is defining a few macros used in the library for compiler port…
212 If the compiler you are using is requiring different definitions, you can add them to `arm_math_typ…
DPythonWrapper_README.md38 …omatically install the dependencies like `NumPy`) and you should have a compiler which can be foun…
/cmsis-dsp-latest/Include/
Darm_math_types.h80 #error Unknown compiler
285 #error Unknown compiler
Darm_math_memory.h59 #error Unknown compiler
/cmsis-dsp-latest/dsppp/RTE/Device/SSE-300-MPS3/
Dregion_defs.h.base@1.0.023 * WARNING: this file is parsed both by the C/C++ compiler
Dregion_limits.h.base@1.0.021 * WARNING: this file is parsed both by the C/C++ compiler
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in192 # specify the list of include paths that are normally passed to the compiler
1302 # If clang assisted parsing is enabled you can provide the compiler with command
1303 # line options that you would normally use when invoking the compiler. Note that
1591 # The HTML Help Workshop contains a compiler that can convert all HTML output
1611 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1612 # doxygen will try to run the HTML help compiler on the generated index.hhp.