RSS 2 projects tagged "x86"

No download No website Updated 12 Oct 2012 METAXPON

Screenshot
Pop 33.65
Vit 18.27

METAXPON ("Metachron" in Greek letters) is a small and fast audio DSP library for time-scale manipulation of 16-bit integer or 32-bit floating point stereo audio data streams. It employs a rigid phase-locked vocoder with dedicated transient detection and processing, and can work in real-time or non-real-time. Four editions are included - a portable edition and three x86 editions. The portable edition can be built with any ANSI C compiler and is OS- and architecture-independent. The three x86 editions are written in assembly using the FPU, 3DNow!, and SSE instruction sets, respectively, with automatic selection between them depending on the CPU capabilities. They can be compiled with MASM, JWASM, or NASM, producing libraries of object files in 8 formats.

Download Website Updated 01 Apr 2012 cpuid.c

Screenshot
Pop 70.57
Vit 1.25

cpuid.c is a very simple C abstraction that provides an interface to common cpuid feature flags. It can be useful when implementing dynamic CPU feature dispatch that relies on optional processor feature extensions or basic processor-specific variables. This package is meant to be a very simple feature detection interface that you can easily integrate into your project. It is not meant to be complex and it is geared for projects implementing dynamic CPU feature dispatch.

Screenshot

Project Spotlight

fritz-payment/jsonrpc

A PHP JSON RPC library.

Screenshot

Project Spotlight

GNU libmicrohttpd

A C library providing HTTP server functionality.