# IPPCore.jl **Repository Path**: Julialang/IPPCore.jl ## Basic Information - **Project Name**: IPPCore.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IPPCore.jl A Julia package that provides core library service to all packages that rely on Intel Performance Primitives Library (IPP). ------------- ## Usage ```julia using IPPCore ippversion() # returns the version information (of type IppVersion) ippstatus_string(s) # get the message string for a status code ippcputype() # get an integer code that indicates the CPU type ippcpudescr(i) # get the CPU description given an integer code ippcpudescr() # get the CPU description (for the CPU of the host) ippcpufreq() # estimate the CPU frequence (in MHz). # The estimated value may depend on the CPU workload. ```