• Division of 16 bit number
    Using a analog multiplexer through ADC0800, I input 10.2v and 10.2v to 8051, the microcontroller read these voltages as FFh and FFh respectively. My aim is to multiply these voltages and to convert it...
  • Division of 16 bit number
    Using a analog multiplexer through ADC0800, I input 10.2v and 10.2v to 8051, the microcontroller read these voltages as FFh and FFh respectively. My aim is to multiply these voltages and to convert it...
  • Fast 32-Bit LFSR
    rand32() is a pseudo random number generator based on a galois LFSR generator. It is a fuction that others may find useful. For details on how it works and alternative tap lists see: http://www.newwaveinstruments...
  • Fast 32-Bit LFSR
    rand32() is a pseudo random number generator based on a galois LFSR generator. It is a fuction that others may find useful. For details on how it works and alternative tap lists see: http://www.newwaveinstruments...
  • NEON: fast 128 bit comparison
    Note: This was originally posted on 30th January 2012 at http://forums.arm.com I'm interested in finding the fastest way (lowest cycle count) of comparing the values stored in two NEON registers (say...