/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * PURPOSE: Implementation of ldexp * FILE: lib/sdk/crt/math/amd64/ldexp.S * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */ /* INCLUDES ******************************************************************/ #include /* CODE **********************************************************************/ .code64 PUBLIC ldexp ldexp: UNIMPLEMENTED ldexp ret END