summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* move drakx VERSION file in install/stage2 (used by bugzilla)Pascal Rigaux2004-12-101-0/+1
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-1/+1
* mdkinst.kernels is must be uploaded tooPascal Rigaux2004-11-181-1/+2
* not uploading stage2/live anymore :)Pascal Rigaux2004-11-181-1/+0
* major switch from ramdisk to clpPascal Rigaux2004-11-161-1/+1
* s/compssUsers/compssUsers.pl/Pascal Rigaux2004-08-131-1/+1
* not images on ppc, we already didn't copy them, but we should also skip build...Pascal Rigaux2004-08-051-5/+5
* move back isolinux in ROOTDEST instead of ROOTDEST/installPascal Rigaux2004-08-031-5/+5
* draksplash2 is here until merged in draksplashPascal Rigaux2004-07-301-1/+7
* fix upload_onlyPascal Rigaux2004-07-261-2/+2
* adapt to new directories layout:Pascal Rigaux2004-07-261-32/+28
* not doing make check in perl-install anymore, it always fails :-(Pascal Rigaux2004-07-191-1/+0
* fix bad glob in upload_onlyPascal Rigaux2004-06-091-4/+4
* add boot.iso to images/MD5SUM (thanks to Frederik Himpe)Pascal Rigaux2004-03-301-1/+1
* upload images/boot.isoPascal Rigaux2004-01-221-0/+1
* fix typoPascal Rigaux2004-01-221-2/+2
* - Makefile doesn't know anymore which .img are builtPascal Rigaux2004-01-221-33/+4
* add image hd_grub.imgPascal Rigaux2004-01-211-2/+2
* drop hd.img and network.img, in replacement we'll add:Pascal Rigaux2004-01-091-1/+1
* live_update is deprecated/removedPascal Rigaux2004-01-071-1/+0
* don't upload live_update (tis deprecated)Pascal Rigaux2003-09-161-1/+0
* no need to upload rpmtools.pm anymore (in /misc)Pascal Rigaux2003-09-091-1/+0
* - Strip modules on AMD64 with K. O. scriptGwenolé Beauchesne2003-08-201-1/+1
* Fix typo in last-minute-change commitGwenolé Beauchesne2003-08-201-1/+1
* Merge from AMD64 branch, also fix all.rdz generation.Gwenolé Beauchesne2003-08-191-1/+12
* hd_usb.img -> hdcdrom_usb.imgGuillaume Cottenceau2003-02-281-1/+1
* remove other.img & usb.img, add hd_usb.img & network_gigabit_usb.imgPascal Rigaux2003-01-301-1/+1
* add a "cdrom-changedisk.img" special bootdisk for CD #2, for people who can't...Guillaume Cottenceau2002-09-111-0/+1
* ensure rescue is built and uploadedPascal Rigaux2002-07-261-2/+3
* all.rdz is needed to update isolinuxPascal Rigaux2002-07-171-1/+1
* put back "make check" when uploadingPascal Rigaux2002-07-081-1/+1
* have the default rule be "install" (willplizfpons)Pascal Rigaux2002-07-081-3/+3
* new directory "kernel" containing:Pascal Rigaux2002-07-041-84/+36
* upload the various compssUsers* (esp. compssUsers.server)Pascal Rigaux2002-03-111-1/+1
* upload on ken Mandrake/share/advertisingPascal Rigaux2002-02-191-0/+1
* advertising installation cleanupPascal Rigaux2002-02-191-1/+1
* unifieddamien2002-02-191-3/+0
* modified to handle adsdamien2002-02-191-1/+5
* re-enable make checkPascal Rigaux2002-01-251-1/+1
* use latest /RPMS/kernel-BOOT-*.rpm (and some hacks to update tftpboot directory)Pascal Rigaux2002-01-251-1/+1
* s/kenobi/ken/Pascal Rigaux2001-12-171-1/+1
* (dirs): cleanup + ensure errors make "make" stopPascal Rigaux2001-12-041-2/+2
* add target upload_only (useful when make check fails)Pascal Rigaux2001-12-041-0/+2
* support install from USB CDROMS (using usb-storage)Guillaume Cottenceau2001-12-041-2/+2
* add isolinux stuff generationPascal Rigaux2001-09-191-1/+7
* build the all.rdz's for isolinuxPascal Rigaux2001-09-031-1/+1
* cleanup unneeded stuffPascal Rigaux2001-08-301-1/+1
* check presence of '$' in DrakX.potPascal Rigaux2001-08-211-0/+1
* - Makefile (ia64): RELEASE_BOOT_IMG is all.imgGwenolé Beauchesne2001-07-271-0/+4
* add support for install from USB Network AdaptersGuillaume Cottenceau2001-07-031-2/+2
pt">++ = imag_sum; bb++; } a += a_stride; } } static void INNERPROD_A_COMPLEX (SLang_Array_Type *at, SLang_Array_Type *bt, SLang_Array_Type *ct, unsigned int a_loops, unsigned int a_stride, unsigned int b_loops, unsigned int b_inc, unsigned int inner_loops) { GENERIC_TYPE *a; double *b; double *c; c = (double *) ct->data; b = (double *) bt->data; a = (GENERIC_TYPE *) at->data; b_inc *= 2; while (a_loops--) { double *bb; unsigned int bb_loops; bb = b; bb_loops = b_loops; while (bb_loops--) { double real_sum; double imag_sum; unsigned int iloops; GENERIC_TYPE *aa; double *bbb; aa = a; bbb = bb; iloops = inner_loops; real_sum = 0.0; imag_sum = 0.0; while (iloops--) { real_sum += (double)aa[0] * bbb[0]; imag_sum += (double)aa[0] * bbb[1]; aa += 1; bbb += b_inc; } *c++ = real_sum; *c++ = imag_sum; bb += 2; } a += a_stride; } } #undef INNERPROD_A_COMPLEX #undef INNERPROD_COMPLEX_A #endif /* INNERPROD_COMPLEX_A */ #ifdef INNERPROD_COMPLEX_COMPLEX static void INNERPROD_COMPLEX_COMPLEX (SLang_Array_Type *at, SLang_Array_Type *bt, SLang_Array_Type *ct, unsigned int a_loops, unsigned int a_stride, unsigned int b_loops, unsigned int b_inc, unsigned int inner_loops) { double *a; double *b; double *c; c = (double *) ct->data; b = (double *) bt->data; a = (double *) at->data; a_stride *= 2; b_inc *= 2; while (a_loops--) { double *bb; unsigned int bb_loops; bb = b; bb_loops = b_loops; while (bb_loops--) { double real_sum; double imag_sum; unsigned int iloops; double *aa; double *bbb; aa = a; bbb = bb; iloops = inner_loops; real_sum = 0.0; imag_sum = 0.0; while (iloops--) { real_sum += aa[0]*bbb[0] - aa[1]*bbb[1]; imag_sum += aa[0]*bbb[1] + aa[1]*bbb[0]; aa += 2; bbb += b_inc; } *c++ = real_sum; *c++ = imag_sum; bb += 2; } a += a_stride; } } #undef INNERPROD_COMPLEX_COMPLEX #endif #ifdef GENERIC_TYPE # undef GENERIC_TYPE #endif