Posts

Showing posts from April 6, 2019

Heike Singer

Image
Heike Singer From Wikipedia, the free encyclopedia Jump to navigation Jump to search Heike Singer Medal record Women's canoe sprint Representing   East Germany Olympic Games 1988 Seoul K-4 500 m World Championships 1985 Mechelen K-4 500 m 1989 Plovdiv K-2 500 m 1989 Plovdiv K-4 500 m Heike Singer (born 14 July 1964 in Rodewisch) is an East German sprint canoer who competed in the mid late 1980s. She won a gold medal in the K-4 500 m event at the 1988 Summer Olympics in Seoul. Singer also won three gold medals at the ICF Canoe Sprint World Championships with one in the K-2 500 m (1989) and two in the K-4 500 m (1985, 1989) events. References [ edit ] ICF medalists for Olympic and World Championships – Part 1: flatwater (now sprint): 1936–2007 at WebCite (archived 21 January 2009). Additional archives: Wayback Machine. ICF medalists for Olympic and World Championships

Can I link class/record methods to an external module?

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 1 In Delphi I can link to external code like so: {$L 'C:UsersJohanDocumentsEmbarcaderoStudioProjectsLife64Lazaruslibx86_64-win64AVXGenerate.o'} function GenerateQtoP_AVX_32(main, N,W,NW: pointer): byte; external name 'AVXGENERATE_$$_GENERATEQTOP_AVX_32$POINTER$POINTER$POINTER$POINTER$$BYTE'; function GeneratePtoQ_AVX_32(main, S,E,SE: pointer): byte; external name 'AVXGENERATE_$$_GENERATEPTOQ_AVX_32$POINTER$POINTER$POINTER$POINTER$$BYTE'; procedure ReverseBitsInAllBytes(ReverseMe: pointer); external name 'AVXGENERATE_$$_REVERSEBITSINALLBYTES$POINTER'; In this case it links to AVX2